simetrix.script

simetrix.script

Provides implementations of some SIMetrix Script functions.

Functions

execute(script, arguments)

Execute a script and return a value.

getVariable(name)

Get an existing SIMetrix variable or create a new one if it does not already exist.

runCommand(command[, arguments])

Runs a SIMetrix script or command.

runScript(script, arguments)

Runs a SIMetrix script and returns True if successful otherwise False.

variable(value[, xvalue])

Create an unnamed SIMetrix variable.

Modules

commands

Implementation of All Script Commands

functions

Implementation of All Script Functions